home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 71 / MOBICLIC 71.ISO / mac / DATA / COMMUN / temp0001 / 00025_Script_25 < prev    next >
Text File  |  2004-12-05  |  296b  |  18 lines

  1. -- pause 4 sec cliquable
  2. on exitFrame
  3.   if the timer < 240 then
  4.     go to the frame
  5.   end if
  6. end
  7.  
  8. on mouseUp
  9.   if testClic()=1 then
  10.     go to frame 1+the frame
  11.   end if
  12. end mouseUp
  13.  
  14. on beginSprite me
  15.   startTimer
  16. end beginSprite
  17.  
  18. -- Attention ! Ce script fait partie de menus.cst